home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / menues__ / 4os2252.zip / UPDAT252.DOC < prev    next >
Text File  |  1996-04-17  |  6KB  |  176 lines

  1.  
  2.  
  3.  
  4.                                   JP Software
  5.  
  6.                            4OS2 Update Documentation
  7.  
  8.                         Version 2.52 -- April 17, 1996
  9.  
  10.    [Copyright 1988 - 1996, JP Software Inc., All Rights Reserved. 
  11.    Published by JP Software Inc., P.O. Box 1470, E. Arlington, MA 02174
  12.    USA, (617) 646-3975.  4OS2, 4OS2/16, and 4OS2/32 are trademarks and 4DOS
  13.    is a registered trademark of JP Software Inc.  OS/2 is a trademark of
  14.    IBM Corporation.  Other product and company names are trademarks of
  15.    their respective owners.]
  16.  
  17.  
  18.    Check through this file for a comprehensive list of what's changed since
  19.    version 2.51.  Additional documentation on new features is in the online
  20.    help.  Information about product changes before version 2.51 may be
  21.    viewed at our web page (http://www.jpsoft.com) by selecting 4OS2 and
  22.    then Product History.
  23.  
  24.  
  25.    Some of the descriptions below may be more detailed than you need; if
  26.    you aren't using a feature, feel free to skip to the next item.  If you
  27.    are new to 4OS2 with version 2.52, you can skip this file entirely, and
  28.    begin with the 4OS2 Introduction and Installation Guide.
  29.  
  30.    This file is divided into the following sections:
  31.  
  32.           General Features and Enhancements
  33.           Startup and Initialization
  34.           Variables and Variable Functions
  35.           Command Changes
  36.           Technical, Compatibility, and Bug Fixes
  37.  
  38.    Major new features and those which affect most users are marked with
  39.    "**" in the lists below.  Other items discuss smaller or more technical
  40.    changes.
  41.  
  42.    This file is formatted at 58 lines per page, and contains form feeds and
  43.    page footers.  It can be viewed with a file viewer such as the 4OS2 LIST
  44.    command, or printed on most PC printers using the command:
  45.  
  46.                   copy updat252.doc prn
  47.  
  48.    Printing it with a program that formats the pages is not likely to work
  49.    due to the formatting included in the file.
  50.  
  51.                                                                (04/96-2.52)
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.    4OS2 2.52  [04-17-96]         UPDAT252.DOC                        page 1
  60.  
  61.  
  62.  
  63.                              4OS2 2.52 Change List
  64.  
  65.  
  66.    General Features and Enhancements
  67.    ---------------------------------
  68.  
  69.    ==>    Increased the maximum history size from 8K to 32K.
  70.  
  71.  
  72.    Startup and Initialization
  73.    --------------------------
  74.  
  75.    ==>    Added a new .INI directive:
  76.  
  77.               AppendToDir = [Yes | NO]:  If set to "Yes", TCMD will append
  78.               a trailing \ to directory names when doing filename
  79.               completion.
  80.  
  81.    ==>    SwapFilePath:  Can now specify a path or a filename (previously
  82.           you had to specify the whole file name).  If you leave off the
  83.           name, 4OS2 uses the path you specify with the default name
  84.           SWAPPER.DAT.
  85.  
  86.  
  87.    Internal Variables and Variable Functions
  88.    -----------------------------------------
  89.  
  90.    ==>    @EXT:  Increased the maximum length returned to 64 characters.
  91.  
  92.  
  93.    Command Changes
  94.    ---------------
  95.  
  96.    ==> ** SHRALIAS:  Rewritten as a mixed internal/external command, rather
  97.           than just an external program.  You must now run the internal
  98.           command, not the external program, and make sure that
  99.           SHRALIAS.EXE is in the 4OS2 directory or in your path.  To
  100.           convert from the previous version of SHRALIAS, remove the
  101.           extension and path from any SHRALIAS reference, so that the
  102.           internal command is used (you can no longer run the external
  103.           SHRALIAS.EXE directly).  The internal SHRALIAS /U command may be
  104.           used to unload SHRALIAS.EXE.
  105.  
  106.    ==>    FOR:  Enabled extended parent directory names.
  107.  
  108.  
  109.    Technical, Compatibility, and Bug Fixes
  110.    ---------------------------------------
  111.  
  112.    ==>    4OS2 now accepts the '/' as a valid filename character in the
  113.           target filename for input or output redirection.
  114.  
  115.  
  116.  
  117.    4OS2 2.52  [04-17-96]         UPDAT252.DOC                        page 2
  118.  
  119.  
  120.    ==>    Added a check for escaped characters in a redirected filename.
  121.  
  122.    ==>    DESCRIPT.ION now allows either a space, tab, or comma as the
  123.           delimiter between the filename and the description (for
  124.           compatibility with some third-party description files).
  125.  
  126.    ==>    Fixed a problem with files executed via executable extensions. 
  127.           Double quotes are now added if the name contains whitespace.
  128.  
  129.    ==>    Fixed a problem with multiple pipes where the first command being
  130.           piped to was an external console-mode application (e.g. DIR |
  131.           SORT | TEE FILE.DAT).
  132.  
  133.    ==>    Fixed a minor problem with pipes of the form "prog1 | *prog2".
  134.  
  135.    ==>    Fixed a rare problem when piping from an internal command that
  136.           didn't support command grouping, to an internal or external
  137.           command that ended with a '('.  
  138.  
  139.    ==>    Fixed a problem with NUL characters in batch files.
  140.  
  141.    ==>    The PATH search routine now queries if the specified drive is
  142.           ready before attempting to find the external command, to avoid a
  143.           critical error message.
  144.  
  145.    ==>    DO:  Now allows embedded equal signs in a test condition.
  146.  
  147.    ==>    FOR:  Fixed a problem with include lists in the FOR arguments.
  148.  
  149.    ==>    IF:  Added a work-around for constructs like:
  150.  
  151.               if 1 == 0 echo foo && echo bar
  152.  
  153.           to emulate CMD.EXE's (undocumented) behavior of basing the &&
  154.           condition on the result of the IF test.
  155.  
  156.    ==>    INPUT:  Fixed a problem with using INPUT /E in a transient shell
  157.           and solved a problem with INPUT /W /E which prevented the
  158.           existing value from being displayed unless you pressed a key.
  159.  
  160.    ==>    LIST:  Fixed a sporadic problem with Find with wrapping on.  Also
  161.           improved LIST's ability to find the end of each line properly in
  162.           files with unusual line terminations (e.g. CR or LF alone, LF/CR,
  163.           CR/CR/LF, etc.).
  164.  
  165.    ==>    MD:  Fixed a problem with /S and UNC names.
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.    4OS2 2.52  [04-17-96]         UPDAT252.DOC                        page 3
  176.